home *** CD-ROM | disk | FTP | other *** search
- | > !FnPlotter.!Run
- |
- |
- | by Chris Johnson
- |
- RMEnsure UtilityModule 3.10 Error This application is only suitable for use with RISC OS 3.10 or later versions
- |
- If "<FNPlotter$Running>" = "yes" Then Error FNPlotter is already running
- |
- IconSprites <Obey$Dir>.!Sprites
- |
- | Find path to file
- Set FnPlotter$Dir <Obey$Dir>
- |
- set temp$flag 1
- RMEnsure CJWimpUtil 0 set temp$flag 0
- RMEnsure CJWimpUtil 0.17 if "<temp$flag>" = "1" Then Error 0 Old CJWimpUtil module installed Else RMLoad <Obey$Dir>.cjWimpUtil
- RMEnsure CJWimpUtil 0.17 Error You need the CJWimpUtil module (0.15 or later) installed
- |
- |
- | Check memory allocation
- WimpSlot -min 48K -max 48K
- |
- | Now start program
- Run <FnPlotter$Dir>.!RunImage %*0
-